ARM: bcm2835: add missing mbox overscan response field
authorAndre Heider <[email protected]>
Tue, 22 Oct 2013 20:27:20 +0000 (22:27 +0200)
committerAnatolij Gustschin <[email protected]>
Tue, 12 Nov 2013 08:28:48 +0000 (09:28 +0100)
Add the missing "right" field to struct bcm2835_mbox_tag_overscan.

Signed-off-by: Andre Heider <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Acked-by: Albert ARIBAUD <[email protected]>
arch/arm/include/asm/arch-bcm2835/mbox.h

index 24abe57959ebed90f17122ce788927766bb3885a..6b806ec57f705063595f7dda9e3b5992075e8f9d 100644 (file)
@@ -350,6 +350,7 @@ struct bcm2835_mbox_tag_overscan {
                        u32 top;
                        u32 bottom;
                        u32 left;
+                       u32 right;
                } resp;
        } body;
 };